/*产品中心*/
/*$$
{"color":[{"val":"#1c1c1c","title":"标题文字颜色+小标题"},
{"val":"#ffffff","title":"点击查看"},
{"val":"rgba(255,255,255,.85)","title":"点击查看默认文字颜色"},
{"val":"#b38d54","title":"右侧标题选中"}],
"background":[{"val":"#f5f5f5","title":"整体底色"},
{"val":"#000000","title":"标题横线颜色"},
{"val":"#ffffff","title":"列表底色"},
{"val":"#d6a965","title":"点击查看鼠标滑过边框"},
{"val":"#1c1c1c","title":"默认点击查看边框"},
{"val":"#b38d54","title":"鼠标滑过点击查看边框"}],"border":[{"val":"#1c1c1c","title":"查看更多底边框颜色"}]}
$$*/

#product_146 {
	width: 100%;
	padding: 60px 0;
	background: #f5f5f5;
}

#product_146 .productBody {
	width: 1200px;
	margin: 0 auto;
}

#product_146 .indexTitle {
	width: 50%;
	float: left;
}

#product_146 .indexEN {
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	color: #1c1c1c;
}

#product_146 .indexCH {
	font-size: 24px;
	line-height: 60px;
	color: #1c1c1c;
}

#product_146 .indexLine {
	width: 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#product_146 .indexLine span {
	width: 40%;
	height: 1px;
	background: #000000;
}

#product_146 .indexLine p {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000000;
}

#product_146 .productMore{
	width: 200px;
	float: right;
	background: url(/static/images/NP00012_01.png) no-repeat right center;
	padding-right: 5%;
	margin-top: 60px;
	position: relative;
}
#product_146 .productMore::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	content: '';
	height: 2px;
	background: #1c1c1c;
}
#product_146 .productMore::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	content: '';
	height: 2px;
	background: #b38d54;
	transition: width .3s ease;
}
#product_146 .productMore:hover::after{
	width: 140px;
}
#product_146 .productMore a{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 60px;
	color: #1c1c1c;
	cursor: pointer;
	font-weight: 600;
}
#product_146 .productMore:hover a{
	color: #b38d54;
}
#product_146 .productChar {
	width: 100%;
	margin-top: 60px;
}

#product_146 .productBig {
	width: 33.3%;
	float: left;
	padding: 40px 0 50px 0;
	background: #ffffff;
	border-radius: 10px;
}

#product_146 .productBigTit {
	font-size: 16px;
	text-align: center;
	line-height: 41px;
	color: #1c1c1c;
}

#product_146 .productBigLine {
	width: 10%;
	margin: 0 auto;
	height: 1px;
	background: #b38d54;
	margin-top: 10px;
}
#product_146 .productBig .itemImg{
	width: 80%;
	display: block;
	height: 240px;
	margin: 0 auto;
	margin-top: 65px;
	overflow: hidden;
}
#product_146 .productBig img {
	width: 100%;
	height: 100%;
	transition:transform .3s ease;
	object-fit: cover;
}
#product_146 .productBig .itemImg:hover img{
	transform: scale(1.1);
}

#product_146 .productBigMore {
	width: 32.5%;
	margin: 0 auto;
	margin-top: 100px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	background: #b38d54;
	cursor: pointer;
	position: relative;
}
#product_146 .productBigMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}
#product_146 .productBigMore.btnAnimat:before,
#product_146 .productBigMore.btnAnimat:after,
#product_146 .productBigMore.btnAnimat .inner:before,
#product_146 .productBigMore.btnAnimat .inner:after{
	background:#d6a965;
}
#product_146 .productBigMore.btnAnimat:before,
#product_146 .productBigMore.btnAnimat:after,
#product_146 .productBigMore.btnAnimat .inner:before,
#product_146 .productBigMore.btnAnimat .inner:after{
	position:absolute;
	content:"";
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s,-webkit-transform 0.3s;
}
#product_146 .productBigMore.btnAnimat:before,
#product_146 .productBigMore.btnAnimat:after{
	left:0;
	width:100%;
	height:2px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#product_146 .productBigMore.btnAnimat .inner:before,
#product_146 .productBigMore.btnAnimat .inner:after{
	top:0;
	width:2px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#product_146 .productBigMore.btnAnimat .inner:before{
	left:0;
}
#product_146 .productBigMore.btnAnimat .inner:after{
	right:0;
}
#product_146 .productBigMore.btnAnimat .inner:hover:before,
#product_146 .productBigMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#product_146 .productBigMore.btnAnimat:before{
	top:0;
}
#product_146 .productBigMore.btnAnimat:after{
	bottom:0;
}
#product_146 .productBigMore.btnAnimat:hover:before,
#product_146 .productBigMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#product_146 .productBigMore.btnAnimat:hover .inner:before,
#product_146 .productBigMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#product_146 .productBigMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#product_146 .productBigMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#product_146 .productBigMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#product_146 .productBigMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#product_146 .productBigMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#product_146 .productBigMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#product_146 .productBigMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#product_146 .productBigMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#product_146 .productBigMore .tit{
	color: rgba(255,255,255,.85);
	display: block;
	width: 100%;
	cursor: pointer;
}
#product_146 .productBigMore:hover .tit{
	color: #ffffff;
}
#product_146 .productList {
	width: 66.7%;
	float: right;
}

#product_146 .productList ul {
	width: 100%;
	overflow: hidden;
}

#product_146 .productList ul li {
	width: calc(50% - 45px);
	margin-left: 45px;
	background: #ffffff;
	position: relative;
	float: left;
	margin-bottom: 35px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	height: 270px;
}
#product_146 .productList ul li .tit{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	/* background:rgba(0,0,0,.1); */
}
#product_146 .productList ul li:hover .tit{
	/* background:rgba(0,0,0,.6); */
}
#product_146 .productList ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease ;
	
}
#product_146 .productList ul li:hover img{
	transform: scale(1.1);
}
#product_146 .productList ul li p {
	font-size: 16px;
	line-height: 45px;
	color: #1c1c1c;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 45px;
}

#product_146 .productList ul li:hover p {
	color: #b38d54;
}
@media screen and (max-width:1200px) {
	#product_146{
		padding: 30px 0;
	}
	#product_146 .productBody{
		width: 90%;
	}
	/*#product_146 .indexEN{
		font-size: 35px;
		line-height: 40px;
	}*/
	#product_146 .productMore{
		background-size: 30%;
	}
	#product_146 .productChar{
		margin-top: 30px;
	}
	#product_146 .productList ul li{
		width: calc(50% - 15px);
		margin-left: 15px;
		height: 243px;
	}
	#product_146 .productBigMore{
		margin-top: 45px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#product_146{
		padding: 30px 0;
	}
	#product_146 .productBody{
		width: 90%;
	}
	#product_146 .indexEN{
		font-size: 35px;
		line-height: 40px;
	}
	#product_146 .productMore{
		background-size: 30%;
	}
	#product_146 .productChar{
		margin-top: 30px;
	}
	#product_146 .productList ul li{
		width: calc(50% - 15px);
		margin-left: 15px;
		height:187px ;
	}
	#product_146 .productBig .itemImg{
		height: 160px;
	}
	#product_146 .productBigMore{
		margin-top: 45px;
	}
	#product_146 .productBig{
		padding: 29px 0;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#product_146{
		padding:20px 0;
	}
	#product_146 .productBody{
		width: 100%;
		padding: 0 5px;
	}
	#product_146 .productMore{
		width:100px;
		position: absolute;
		bottom: 5px;
		right: 5px;
		background-size: 20%;
	}
	#product_146 .indexEN{
		font-size: 28px;
		line-height: 35px;
	}
	#product_146 .indexCH{
		font-size: 20px;
		line-height: 30px;
	}
	#product_146 .indexLine{
		width: 30%;
	}
	#product_146 .indexTitle{
		width: 100%;
		padding: 0 5px;
	}
	#product_146 .productTitle {
		position: relative;
	}
	#product_146 .productMore a{
		line-height: 30px;
	}
	#product_146 .productMore::before{
		width:70px;
	}
	#product_146 .productBig{
		width: calc(100% - 10px);
		padding: 20px 0;
		margin: 0 5px;
	}
	#product_146 .productBig .itemImg{
		margin-top: 20px;
		width: 90%;
		height: 200px;
	}
	#product_146 .productBigMore{
		margin-top: 20px;
	}
	#product_146 .productBigTit{
		line-height: 30px;
	}
	#product_146 .productList{
		width: 100%;
		margin-top: 20px;
	}
	#product_146 .productList ul li{
		margin: 0 5px 20px 5px ;
		width: calc(50% - 10px);
		height: 140px;
	}
	#product_146 .productList ul li p{
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
}
